
/*-------------cookie----------------*/

.section-specification-message{
    display: block;
}

.notification-content {
    position: fixed;
    bottom: 0;
    background: grey;
    padding: 10px;
    width: 100%;
    text-align: center;
    z-index: 99999;
    height: 100px;
    line-height: 38px;
}

.notification-content.active {
  bottom: 0;
}

.notification-content a {
  color: #f5f6fa;
}

.cookie-btn {
    padding: 0px 20px;
    border-radius: 5px;
    margin-left: 50px;
    background: #13bfb3;
    color: #fff;
}


/*-------- Responsive -------*/
@media only screen and (max-width: 650px){
.notification-content{
    height: 150px;
}
.cookie-btn {
    margin-left: 2px;
}


}
